home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIRLEGENDDIALOG / TDIRLEGENDDIALOG.txt
Text File  |  2008-11-03  |  961b  |  48 lines

  1. inherited DirLegendDialog: TDirLegendDialog
  2.   Left = 308
  3.   Top = 193
  4.   ActiveControl = CloseBtn
  5.   Caption = 'Legend'
  6.   ClientHeight = 401
  7.   ClientWidth = 401
  8.   OnCreate = FormCreate
  9.   OnDestroy = FormDestroy
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Panel: TUiPanel
  13.     Left = 0
  14.     Top = 0
  15.     Width = 401
  16.     Height = 401
  17.     Align = alClient
  18.     BevelOuter = bvNone
  19.     TabOrder = 0
  20.     DesignSize = (
  21.       401
  22.       401)
  23.     object LB: TUiListBox
  24.       Left = 8
  25.       Top = 8
  26.       Width = 385
  27.       Height = 354
  28.       TabStop = False
  29.       Style = lbOwnerDrawFixed
  30.       Anchors = [akLeft, akTop, akRight, akBottom]
  31.       ItemHeight = 16
  32.       TabOrder = 0
  33.       OnDrawItem = LBDrawItem
  34.     end
  35.     object CloseBtn: TUiButton
  36.       Left = 320
  37.       Top = 370
  38.       Anchors = [akRight, akBottom]
  39.       Cancel = True
  40.       Caption = 'Close'
  41.       Default = True
  42.       TabOrder = 1
  43.       OnClick = CloseClick
  44.       AutoSize = asRight
  45.     end
  46.   end
  47. end
  48.